home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / UTILITIE / CONVERSI / 0825C.ZIP / COM2DATA.DOC < prev    next >
Text File  |  1980-01-01  |  1KB  |  39 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.      COM2DATA
  8.      Command
  9.      
  10.      -------------------------------------------
  11.      Purpose: Converts a file of machine language 
  12.               code into a file of BASIC DATA
  13.               statements.  The data file may be
  14.               merged into BASIC programs, thus
  15.               simplifying the process of using
  16.               machine language subroutines in
  17.               BASIC.
  18.      
  19.      Format:  BASIC COM2DATA
  20.      
  21.      Type:    Internal        External
  22.                                  ***
  23.      
  24.      Remarks: COM2DATA will prompt for the names
  25.               of input and output files, and the
  26.               line number to give to the first
  27.               DATA statement.  When finished,
  28.               COM2DATA returns you to DOS.
  29.      
  30.               Due to the way BASIC handles files, 
  31.               COM2DATA will invariably produce a
  32.               multiple of 128 data values. 
  33.               Generally, the actual program will
  34.               be followed with a number of
  35.               spurious &H00's, which may be
  36.               deleted after merging.
  37.      
  38.               Developed by David Whitman
  39.